home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / science / mcalc13.zip / MCALC_GS.C < prev    next >
C/C++ Source or Header  |  1994-02-15  |  1KB  |  55 lines

  1. /*
  2. Auto:        smake MCalc
  3. */
  4.  
  5.  
  6. /* $Revision Header built automatically *************** (do not edit) ************
  7. **
  8. ** ⌐ Copyright by GuntherSoft
  9. **
  10. ** File             : SnakeSYS:CPrgs/MUICalc/MCalc_gst.c
  11. ** Created on       : Saturday, 02.10.93 02:15:51
  12. ** Created by       : Kai Iske
  13. ** Current revision : V1.0
  14. **
  15. **
  16. ** Purpose
  17. ** -------
  18. **   - PreInclude File for MCalc
  19. **
  20. ** Revision V1.0
  21. ** --------------
  22. ** created on Saturday, 02.10.93 02:15:51  by  Kai Iske.   LogMessage :
  23. **     --- Initial release ---
  24. **
  25. *********************************************************************************/
  26.  
  27.  
  28. #include    <math.h>
  29. #include    <stdlib.h>
  30. #include    <stdio.h>
  31. #include    <string.h>
  32.  
  33. #include    <exec/types.h>
  34. #include    <exec/memory.h>
  35. #include    <intuition/intuition.h>
  36. #include    <graphics/gfx.h>
  37. #include    <libraries/mui.h>
  38. #include    <libraries/gadtools.h>
  39. #include    <libraries/iffparse.h>
  40. #include    <utility/utility.h>
  41. #include    <utility/hooks.h>
  42. #include    <workbench/icon.h>
  43. #include    <clib/alib_protos.h>
  44. #include    <proto/exec.h>
  45. #include    <proto/intuition.h>
  46. #include    <proto/graphics.h>
  47. #include    <proto/utility.h>
  48. #include    <proto/iffparse.h>
  49. #include    <proto/icon.h>
  50. #include    <proto/muimaster.h>
  51. #include    <proto/mathieeedoubbas.h>
  52. #include    <proto/mathieeedoubtrans.h>
  53.  
  54. #include    "MCalc.h"
  55.